Overload | Description |
---|---|
DAItemChangedObservable<TValue> Constructor() | Create a new instance of the observable with default data. |
DAItemChangedObservable<TValue> Constructor(EasyDAClientSelector,IAliasProvider,IEnumerable<DAItemGroupArguments>) | Create a new instance of the item change observable, with specified client object selector, alias provider, and an enumerable containing the OPC items to be observed, and their OPC group parameters. |
DAItemChangedObservable<TValue> Constructor(DAItemChangedObservable<TValue>) | Initializes a new instance of the class, copying values from a given object. |